﻿/* CSS Document */
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0; font-size:14px; background:#ffffff;font-family: 'Microsoft YaHei,arial,sans-serif';
	color: #333333;}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span{ border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}
a {color: #333333;}
img{display:block;}

input:focus {
  outline: none;
}
/* Link */
a:link { text-decoration:none;}
a:visited {text-decoration:none;}
a:hover { text-decoration:none;}
a:active { outline: none; border:0px; background-color:Transparent;}
a{display:block;}
a{blr:expression(this.onFocus=this.blur()); outline:none;} 

.blank5{ width:100%; height:5px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank70{ width:100%; height:70px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}

/*Clear*/
.clear{ clear:both; font-size:1px; height:0px; line-height:0px; overflow:hidden;}/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/
.clearfix::after {
  content:".";/*加一段内容*/
  display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
  height:0;/*避免生成的内容破坏原有布局高度*/
  clear:both;/*清除浮动*/
  visibility:hidden;/*让生成的内容不可见*/
}
/*针对1920的宽屏*/

.max{ position:relative; overflow:hidden;}

.inner{width:1200px; min-width: 1200px; height:auto;  position:relative; z-index:50; margin:0 auto;}

/*首页*/
span {
	display: block;
}
.logo {
	float: left;
	margin-top: 13px;
}
.nav {
	float: right;
}
.nav_item {
	float: left;
	padding: 35px 0;
	border-bottom: 2px solid Transparent;
	margin-left: 55px;
}
.nav_item a {
	font-size: 18px;
	color: #000000;
}
.nav_current {
	border-bottom: 2px solid #0c3d81;
}
.nav_current a {
	color: #0c3d81;
	font-weight: bold;
}
.nav_item:hover {
	border-bottom: 2px solid #0c3d81;
}
.nav_item:hover a {
	color: #0c3d81;
	font-weight: bold;
}
.banner {
	position: relative;
}
.banner .swiper-pagination {
	width: 1200px !important;
	margin: 0 auto;
	text-align: center;
	left: 50% !important;
	bottom: 60px !important;
	transform: translateX(-50%) !important;
}
.banner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active {
	background: #0c3d81;
}
.banner .swiper-button-prev {
	width: 75px !important;
    height: 75px !important;
    background-image: url(../images/xzjian2.png);
    background-repeat: no-repeat;
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 5%;
    margin-top: 0 !important;
    background-size: contain;
}
.banner .swiper-button-prev:after {
	content: '';
}
.banner .swiper-button-prev:hover {
	background-image: url(../images/xzjian4.png);
}
.banner .swiper-button-next {
	width: 75px !important;
    height: 75px !important;
	background-image: url(../images/xzjian3.png);
    background-repeat: no-repeat;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
    margin-top: 0 !important;
    background-size: contain;
}
.banner .swiper-button-next:after {
	content: '';
}
.banner .swiper-button-next:hover {
	background-image: url(../images/xzjian1.png);
}
.index_about {
	background: #f5f6fa url(../images/about7.png) no-repeat left bottom;
	background-size: 996px;
	padding: 95px 0;
}
.index_about_left {
	float: left;
	width: 570px;
	margin-top: 30px;
}
.index_about_title {
	font-size: 30px;
	color: #0c3d81;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 20px;
	position: relative;
}
.index_about_title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 170px;
	height: 3px;
	background: #0c3d81;
}
.index_about_text {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  margin: 40px 0 15px 0;
}
.index_about_caption {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 25px;
}
.index_about_choose {
	width: 48%;
	float: left;
	background: #e9edf4;
	padding: 28px 0 28px 75px;
}
.index_about_zh {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	line-height: 18px;
	margin: 5px 0;
}
.index_about_en{
	font-size: 16px;
	color: #999999;
	line-height: 16px;
}
.index_about_honor {
	width: 48%;
	float: left;
	background: #e9eced;
	padding: 28px 0 28px 75px;
	margin-left: 4%;
}
.index_about_area {
	margin: 45px 0 40px 0;
}
.index_about_more {
	font-size: 18px;
	color: #0c3d81;
	border: 1px solid #0c3d81;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: url(../images/about4.png) no-repeat 80% center;
	background-size: 10px 15px;
}
.index_about_more:hover {
	background: #0c3d81 url(../images/jian7.png) no-repeat 80% center;
	background-size: 10px 15px;;
	color: #ffffff;
}
.index_about_right {
	width: 554px;
	height: 590px;
	overflow: hidden;
	float: right;
}
.index_about_right img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_about_right:hover img {
	transform:scale(1.1);
}
.index_pro {
	padding: 83px 0 80px 0;
}
.index_pro_en {
	font-size: 36px;
	color: #0c3d81;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
}
.index_pro_zh {
	font-size: 24px;
	color: #cccccc;
	text-align: center;
	line-height: 24px;
	margin: 7px 0 25px 0;
}
.index_pro_caption {
	font-size: 18px;
	color: #999999;
	line-height: 18px;
	text-align: center;
}
.index_pro_banner {
	position: relative;
	margin-top: 40px;
}
.index_pro_section {
	padding-left: 130px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 81.5%;
}
.index_pro_photo {
	overflow: hidden;
}
.index_pro_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_pro_block:hover .index_pro_photo img {
	transform:scale(1.1);
}
.index_pro_box {
	background: #f9f9f9;
	padding: 40px 25px;
	border-bottom: 3px solid #0c3d81;
}
.index_pro_title {
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.index_pro_title:nth-child(2) {
	font-size: 14px;
}
.index_pro_explain {
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin-top: 15px;
}
.index_pro_block:hover .index_pro_box {
	background: #0c3d81;
}
.index_pro_block:hover .index_pro_title {
	color: #ffffff;
}
.index_pro_block:hover .index_pro_explain {
	color: #ffffff;
}
.index_pro_banner .swiper-button-prev {
	width: 75px !important;
    height: 75px !important;
    background-image: url(../images/jian1.png);
    background-repeat: no-repeat;
    outline: none;
	top: 40%;
	transform: translateY(-50%);
    left: 0;
    margin-top: 0 !important;
    background-size: contain;
}
.index_pro_banner .swiper-button-prev:after {
	content: '';
}
.index_pro_banner .swiper-button-next {
	width: 75px !important;
    height: 75px !important;
	background-image: url(../images/jian2.png);
    background-repeat: no-repeat;
	outline: none;
	top: 60%;
	transform: translateY(-50%);
	left: 0;
    right: initial !important;
    margin-top: 0 !important;
    background-size: contain;
}
.index_pro_banner .swiper-button-next:after {
	content: '';
}
.index_pro_banner .swiper-pagination {
	width: 100px !important;
	left: 0;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 10px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.index_pro_banner .swiper-pagination span {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.index_pro_banner .swiper-pagination span.swiper-pagination-current {
	font-size: 48px;
}

@media only screen and  (max-width: 1500px) {
	.index_pro_section {
		width: 94.5%;
	}
}
.index_choose {
	background: url(../images/bg2.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0;
}
.index_choose_title {
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_choose_heng {
	width: 150px;
	height: 3px;
	background: #ffffff;
}
.index_choose_zh {
	margin: 0 75px;
	font-size: 36px;
	color: #ffffff;
	width: 280px;
	text-align: center;
}
.index_choose_zh font {
	font-size: 48px;
	font-weight: bold;
}
.index_choose_item {
	float: left;
	width: 325px;
	margin-left: 112.5px;
	margin-top: 50px;
}
.index_choose_item:nth-child(3n-2) {
	margin-left: 0;
}
.index_choose_item img {
	margin: 0 auto;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.index_choose_item:hover img {
	transform: rotateY(-180deg);
}
.index_choose_name {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin: 23px 0;
}
.index_choose_text {
	font-size: 14px;
	color: #eeeeee;
	line-height: 23px;
	text-align: center;
	height: 70px;
	width: 300px;
	margin: 0 auto;
}
.index_eg {
	margin: 80px 0;
}
.index_eg_title {
	margin-bottom: 40px;
	position: relative;
}
.index_eg_zh {
	font-size: 30px;
	color: #0c3d81;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
.index_eg_en {
	font-size: 24px;
	color: #cccccc;
	text-align: center;
	line-height: 24px;
	margin-top: 9px;
}
.index_eg_more {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
	color: #999999;
	background: url(../images/jian3.png) no-repeat right center;
	background-size: 10px 15px;
	padding-right: 25px;
}
.index_eg_item {
	width: 190px;
	height: 405px;
	position: relative;
	margin-left: 10px;
	transition: all 0.5s ease-in-out;
	float: left;
	overflow: hidden;
}
.index_eg_item:nth-child(4n-3) {
	margin-left: 0;
}
.index_eg_item a {
	width: 100%;
	height: 100%;
}
.index_eg_current {
	width: 595px;
}
.index_eg_photo {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.index_eg_caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	background: -webkit-linear-gradient(transparent , rgba(0,0,0,0.5));
	  background: -o-linear-gradient(transparent, rgba(0,0,0,0.5));
	  background: -moz-linear-gradient(transparent,  rgba(0,0,0,0.5));
	  background: linear-gradient(transparent ,  rgba(0,0,0,0.5));
	  padding: 20px;
	  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.index_eg_current .index_eg_caption {
	display: none;
}
.index_eg_model {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(12,61,129,0.75);
	padding: 80px 60px;
	display: none;
}
.index_eg_name {
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	font-weight: bold;
}
.index_eg_text {
	font-size: 16px;
	color: #ffffff;
	line-height: 25px;
	margin: 20px 0 90px 0;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
.index_eg_link {
	font-size: 18px;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../images/jian7.png) no-repeat 80% center;
    background-size: 10px 15px;
}
.index_eg_item:hover .index_eg_link {
	 background: #0c3d81 url(../images/jian7.png) no-repeat 80% center;
    background-size: 10px 15px;
    color: #ffffff;
    border: 1px solid #0c3d81;
}
.index_eg_current .index_eg_model {
	display: block;
}
.index_news {
	background: #f5f6fa;
	padding: 80px 0;
}
.indx_news_left {
	float: left;
	width: 580px;
	margin-left: 40px;
	background: #ffffff;
	padding: 25px;
}
.indx_news_left:nth-child(odd) {
	margin-left: 0;
}
.indx_news_photo {
	width: 530px;
	height: 265px;
	overflow: hidden;
}
.indx_news_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.indx_news_title {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin: 25px 0 10px 0;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.indx_news_time{
	font-size: 14px;
	color: #999999;
}
.indx_news_left:hover .indx_news_photo img {
	transform:scale(1.1);
}
.indx_news_left:hover .indx_news_title {
	color: #0c3d81;
}
.indx_news_item {
	float: left;
	width: 580px;
	margin-left: 40px;
	margin-top: 28px;
	padding: 0 30px;
}
.indx_news_item:nth-child(odd) {
	margin-left: 0;
}
.indx_news_name {
	font-size: 18px;
	color: #333333;
	float: left;
	width: 100%;
	overflow: hidden;
	  text-overflow:ellipsis;
	  white-space: nowrap;
	  position: relative;
	  padding-left: 25px;
}
.indx_news_name::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #999999;
}
.indx_news_time1 {
	float: right;
	font-size: 14px;
	color: #999999;
}
.indx_news_item:hover .indx_news_name {
	color: #0c3d81;
}
.indx_news_item:hover .indx_news_name::after {
	background: #0c3d81;
}
.top {
	position: fixed;
	right: 5%;
	bottom: 10%;
	z-index: 80;
}
.footer {
	background: url(../images/bg3.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 30px;
}
.footer_logo img {
	margin: 0 auto;
	width: 124px;
}
.footer_logo {
	margin-bottom: 30px;
}
.footer_list {
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 20px 0;
	text-align: center;
}
.footer_item {
	display: inline-block;
	border-left: 1px solid rgba(255,255,255,0.5);
	padding: 0 70px;
}
.footer_item:first-of-type {
	border-left: none;
}
.footer_item a {
	font-size: 14px;
	color: #ffffff;
	line-height: 16px;
}
.footer_area {
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_box {
	width: 33%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer_box:nth-child(2) {
	width: 45%;
}
.footer_box:nth-child(3) {
	width: 20%;
}
.footer_box img {
	width: 90px;
	height: 90px;
}
.footer_info {
	margin-left: 18px;
}
.footer_text {
	font-size: 18px;
	color: #c9ecfe;
	line-height: 18px;
	margin-bottom: 25px;
}
.footer_tel {
	font-size: 30px;
	color: #8bb929;
	line-height: 30px;
	font-weight: bold;
	font-family: Arial;
}
.footer_text1{
	font-size: 16px;
	color: #b8cbe0;
}
.footer_sao {
	font-size: 16px;
	color: #ffffff;
	line-height: 25px;
}
.small {
	background: rgba(0,0,0,0.3);
	padding: 17px 0;
}
.small .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.small span {
	font-size: 12px;
	color: #ffffff;
	opacity: 0.2;
}
.zi {
	padding: 80px 0 30px 0;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 40px;
}
.zi_title {
	font-size: 24px;
	color: #cccccc;
}
.zi_title font {
	font-size: 36px;
	color: #0c3d81;
	font-weight: bold;
	line-height: 36px;
	margin-right: 25px;
}
.zi_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 18px;
}
.zi_caption {
	font-size: 18px;
	color: #999999;
}
.zi_info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.zi_link {
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	margin-left: 60px;
	padding-left: 26px;
}
.zi_link:first-of-type {
	margin-left: 0;
}
.zi_current {
	font-weight: bold;
	color: #0c3d81;
	background: url(../images/ico1.png) no-repeat left center;
	background-size: 16px 16px;
}
.zi_link:hover {
	font-weight: bold;
	color: #0c3d81;
	background: url(../images/ico1.png) no-repeat left center;
	background-size: 16px 16px;
}
.eg_item {
	float: left;
	width: 370px;
	margin-left: 45px;
	margin-bottom: 45px;
}
.eg_item:nth-child(3n-2) {
	margin-left: 0;
}
.eg_photo {
	width: 370px;
	height: 250px;
	overflow: hidden;
}
.eg_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.eg_item:hover .eg_photo img {
	transform:scale(1.1);
}
.eg_title {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
	margin: 20px 0;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.eg_text {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	overflow: hidden;
	  display: -webkit-box;
	  -webkit-box-orient:vertical;
	  -webkit-line-clamp:2;
	  margin-bottom: 20px;
}
.eg_more {
	font-size: 18px;
    color: #999999;
    border: 1px solid #999999;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../images/jian3.png) no-repeat 80% center;
    background-size: 10px 15px;
}
.eg_item:hover .eg_title {
	color: #0c3d81;
}
.eg_item:hover .eg_more {
	color: #0c3d81;
    border: 1px solid #0c3d81;
    background: url(../images/jian4.png) no-repeat 80% center;
    background-size: 10px 15px;
}
.fan {
	margin-bottom: 60px;
	text-align: right;
	margin-top: 25px;
}
.fan a {
	display: inline-block;
	margin: 0 2.5px;
	font-size: 14px;
	color: #333333;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #e6e6e6;
	border-radius: 5px;
}
.fan a:hover {
	background: #0c3d81;
	color: #ffffff;
}
.fan a.on {
	background: #0c3d81;
	color: #ffffff;
}
.fan img {
	margin: -2px auto 0 auto;
	display: inline-block;
	width: 10px;
}
.fan a:first-of-type {
	width: 60px;
}
.fan a:last-of-type {
	width: 60px;
}
.egex_title {
	font-size: 24px;
	color: #0c3d81;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.ex {
	padding: 20px 0 80px 0;
	border-top: 1px dashed #eeeeee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ex a {
	font-size: 16px;
	color: #666666;
}
.ex a:hover {
	color: #0c3d81;
}
.pro_caption {
	font-size:20px;
	color: #333333;
	line-height: 30px;
}
.pro_explain {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin: 30px 0 40px 0;
}
.pro_item {
	float: left;
	width: 370px;
	margin-left: 45px;
	margin-bottom: 45px;
}
.pro_item:nth-child(3n-2) {
	margin-left: 0;
}
.pro_item .index_pro_photo {
	width: 370px;
	height: 380px;
	overflow: hidden;
}
.index_pro_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.pro_item:hover .index_pro_photo img {
	transform:scale(1.1);
}
.pro_item:hover .index_pro_box {
	background: #0c3d81;
}
.pro_item:hover .index_pro_title {
	color: #ffffff;
}
.pro_item:hover .index_pro_explain {
	color: #ffffff;
}
.proex_title {
	font-size: 24px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.proex_title font {
	display: block;
	font-size: 14px;
}
.proex_caption {
	font-size: 14px;
	color: #333333;
	padding: 25px 0;
	text-align: center;
	margin-bottom: 
}
.proex_section {
	border: 1px solid #e6e6e6;
	border-bottom: none;
	margin-bottom: 60px;
}
.proex_block {
	border-bottom: 1px solid #e6e6e6;
	padding: 60px 75px;
}
.proex_name {
	font-size: 24px;
	color: #0c3d81;
	border-left: 5px solid #0c3d81;
	line-height: 24px;
	padding-left: 15px;
	margin-bottom: 20px;
}
.proex_area {
	width: 48%;
	margin-left: 4%;
	float: left;
}
.proex_area:nth-child(odd) {
	margin-left: 0;
}
.honor_item {
	float: left;
	width: 216px;
	padding: 20px;	
	box-shadow:0px 4px 7px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	margin-left: 30px;
}
.honor_item:nth-child(5n-4) {
	margin-left: 0;
}
.honor_photo {
	width: 176px;
    height: 250px;
	overflow: hidden;
}
.honor_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.honor_item:hover .honor_photo img {
	transform:scale(1.1);
}
.honor_item span {
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-top: 20px;
	height: 48px;
	overflow-y: hidden;
}
.news_item {
	float: left;
	width: 585px;
	margin-left: 30px;
	margin-bottom: 30px;
	background: #f5f6fa;
	padding: 30px;
}
.news_item:nth-child(odd) {
	margin-left: 0;
}
.news_item .indx_news_photo{
	width: 525px;
	height: 251px;
	overflow: hidden;
}
.news_text {
	font-size: 14px;
	color: #666666;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  margin-bottom: 30px;
}
.news_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_more {
	font-size: 14px;
	color: #999999;
	background: url(../images/jian3.png) no-repeat right center;
	background-size: 10px 15px;
	padding-right: 25px;
	line-height: 15px;
}
.news_item:hover .indx_news_photo img {
	transform:scale(1.1);
}
.news_item:hover .indx_news_title {
	color: #0c3d81;
}
.news_item:hover .news_more {
	color: #0c3d81;
	background: url(../images/jian4.png) no-repeat right center;
	background-size: 10px 15px;
}
.newsex_section {
	background: #f5f6fa;
	padding: 60px 40px;
	margin-bottom: 40px;
}
.newsex_title {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.newsex_time {
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin: 13px 0 16px 0;
	display: none;
}
.con_section {
	background: #1b2c45 url(../images/bg4.jpg) no-repeat left center;
	background-size: 540px;
}
.con_left {
	width: 540px;
	padding: 94px 70px;
	float: left;
}
.con_box {
	padding: 37px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.con_box1 .footer_info {
	margin-left: 75px;
}
.con_box:last-of-type {
	border-bottom: none;
}
.con_right {
	float: right;
	width: 660px;
	padding: 50px;
}
.con_block {
	background: #ffffff;
	padding: 70px 55px;
}
.con_en {
	font-size: 36px;
	color: #333333;
	line-height: 36px;
}
.con_zh {
	font-size: 18px;
	color: #999999;
	line-height: 18px;
	margin: 18px 0 70px 0;
}
.con_form {
	width: 100%;
	display: block;
}
.con_info {
	margin-bottom: 20px;
}
.con_info span {
	font-size: 18px;
	color: #999999;
	width: 80px;
	float: left;
	line-height: 40px;
}
.con_info input {
	width: 350px;
	height: 40px;
	float: right;
	font-size: 18px;
	color: #999999;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 5px;
	border: none;
	background: #ecf1f4;
}
.con_info textarea {
	width: 350px;
	height: 130px;
	font-size: 18px;
	color: #999999;
	float: right;
	line-height: 23px;
	padding: 10px;
	border-radius: 5px;
	border: none;
	background: #ecf1f4;
}
.con_btu {
	width: 350px;
	margin-left: 100px;
	border-radius: 5px;
	height: 40px;
	font-size: 18px;
	color: #ffffff;
	background: #0c3d81;
	border: none;
}
.map {
	margin: 20px 0 80px 0;
}
.about_block {
	background: url(../images/about5.png) no-repeat right center;
	background-size: 990px;
}
.about_area {
	margin-bottom: 80px;
}
.about_title  {
	font-size: 36px;
	color: #0c3d81;
	line-height: 36px;
	margin-bottom: 30px;
}
.box img {
	margin: 0 auto;
}